home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / syncrnet / sbeep001.zip / SBEEPX01.ZIP / SMEGBEEP.DOC < prev    next >
Text File  |  1996-03-31  |  2KB  |  72 lines

  1.  
  2. ▄▀▀▀▄                  █▀▀▀▄
  3. ▀▄▄▄  █▄ ▄█ ▄▀▀▀ ▄▀▀▀▄ █▄▄▄▀ ▄▀▀▀ ▄▀▀▀ █▀▀▀▄
  4. ▄   █ █ █ █ █▀▀  ▀▄▄▄█ █   █ █▀▀  █▀▀  █▄▄▄▀
  5.  ▀▀▀  ▀   ▀  ▀▀▀  ▄▄▄▀ ▀▀▀▀   ▀▀▀  ▀▀▀ █     1.0
  6.  
  7. Nasty Language Checker module for Synchronet BBS systems
  8.  
  9. Synchronet v2.2 or higher is required.
  10.  
  11. Features
  12. ~~~~~~~~
  13. - Easy Installation
  14. - 100% Baja & Synchronet Specific
  15. - Case Insensitive Searches For Nasty Words
  16.  
  17. Disclaimer
  18. ~~~~~~~~~~
  19. This program is provided "as is". There are no warranties, expressed or
  20. implied, with this program. The author and/or SNB Data Systems Inc. will
  21. NOT be held liable for any direct, indirect, incidental, accidental, or
  22. consequential damage resulting from the use of this program. Your use of
  23. this program constitutes your AGREEMENT to this disclaimer and your release
  24. of the author and/or SNB Data Systems Inc. from any form of liability.
  25. After a reasonable length of time, suited to the evaluation of this program,
  26. you are required to either register this program, or delete all traces of
  27. this program from your hard drive.
  28.  
  29. Files Contained In The SmegMart Archive
  30. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  31. FILE_ID.DIZ     Description
  32. SMEGBEEP.DOC    This File
  33. SMEGBEEP.BIN    The Compiled Program
  34. SMEGBEEP.CAN    List Of Nasty Words
  35.  
  36. Installation Instructions
  37. ~~~~~~~~~~~~~~~~~~~~~~~~~
  38. 1) You should have already ran SW_INST.BIN which created all directories
  39.    needed, and placed all files in their proper locations.
  40.    SW_INST.BIN takes care of anything that's mildly confusing, so if you
  41.    didn't install via SW_INST.BIN, go back and do it.
  42.  
  43. How To Use SmegBeep
  44. ~~~~~~~~~~~~~~~~~~~
  45. All SmegWare modules will check for and use SmegBeep if it's required. If
  46. you've ran SW_INST.BIN, then you've successfully installed the module and
  47. there's nothing else you need to do.
  48.  
  49. Editing Nasty Word List
  50. ~~~~~~~~~~~~~~~~~~~~~~~
  51. The Nasty Word List is plain jane text file that you can edit with your
  52. favorite text editor. The only requirement is that all words MUST be in
  53. uppercase.
  54.  
  55. Baja Developers
  56. ~~~~~~~~~~~~~~~
  57. Feel free to integrate SmegBeep into your Baja modules for language checking.
  58. Following is an example on how to integrate SmegBeep:
  59.  
  60. getstr Input 25 K_LINE
  61. copy str Input
  62. exec_bin smegbeep
  63. compare str "Censored"
  64. if_true
  65.         print "Nasty Word Detected"
  66.         end_if
  67.  
  68. Other Notes
  69. ~~~~~~~~~~~
  70. - For a complete list of SmegWare programs, FREQ "SMEGWARE" via fido from
  71.   Smooth Noodle Boot @ 1:353/715
  72.